Welcome![Sign In][Sign Up]
Location:
Search - shell linux

Search list

[OtherLinux Shell实例精解

Description: Linux Shell实例精解 作者: Quigley / [美]Ellie 译者: 吴雨浓 ISBN: 9787508313061 页数: 544 定价: 59 出版社: 中国电力出版社 装帧: 平装(无盘) 出版年: 2003-2-1   本书重点讲述了当下最流行的两个Linux Shell---Bone Again Shell和TC Shell从它们的新特性、增加和内建的插件讲起直至具体的应用。通过对一个个实例的讲解,循序渐进地介绍了Linux Shell中的各个知识点,使读者逐步具备读写Shell程序的能力。   本书适合初、中级专业技术人员,以及对本技术感兴趣的读者阅读。
Platform: | Size: 32645526 | Author: zzcje_nulung | Hits:

[Serverlinux入门教程

Description: 其中摘录部分: 进程管理及作业控制 进程管理及作业控制(一)   Linux是一个多任务的操作系统,系统上同时运行着多个进程,正在执行的一个或多个相关进程称为一个作业。使用作业控制,用户可以同时运行多个作业,并在需要时在作业之间进行切换。本章详细介绍进程管理及作业控制的命令,包括启动进程、查看进程、调度作业的命令。 进程及作业的概念 Linux是一个多用户多任务的操作系统。多用户是指多个用户可以在同一时间使用计算机系统;多任务是指Linux可以同时执行几个任务,它可以在还未执行完一个任务时又执行另一项任务。 操作系统管理多个用户的请求和多个任务。大多数系统都只有一个CPU和一个主存,但一个系统可能有多个二级存储磁盘和多个输入/输出设备。操作系统管理这些资源并在多个用户间共享资源,当您提出一个请求时,给您造成一种假象,好象系统只被您独自占用。而实际上操作系统监控着一个等待执行的任务队列,这些任务包括用户作业、操作系统任务、邮件和打印作业等。操作系统根据每个任务的优先级为每个任务分配合适的时间片,每个时间片大约都有零点几秒,虽然看起来很短,但实际上已经足够计算机完成成千上万的指令集。每个任务都会被系统运行一段时间,然后挂起,系统转而处理其他任务;过一段时间以后再回来处理这个任务,直到某个任务完成,从任务队列中去除。 Linux系统上所有运行的东西都可以称之为一个进程。每个用户任务、每个系统管理守护进程,都可以称之为进程。Linux用分时管理方法使所有的任务共同分享系统资源。我们讨论进程的时候,不会去关心这些进程究竟是如何分配的,或者是内核如何管理分配时间片的,我们所关心的是如何去控制这些进程,让它们能够很好地为用户服务。 进程的一个比较正式的定义是:在自身的虚拟地址空间运行的一个单独的程序。进程与程序是有区别的,进程不是程序,虽然它由程序产生。程序只是一个静态的指令集合,不占系统的运行资源;而进程是一个随时都可能发生变化的、动态的、使用系统运行资源的程序。而且一个程序可以启动多个进程。 Linux操作系统包括三种不同类型的进程,每种进程都有自己的特点和属性。 * 交互进程——由一个shell启动的进程。交互进程既可以在前台运行,也可以在后台运行。 * 批处理进程——这种进程和终端没有联系,是一个进程序列。 * 监控进程(也称守护进程)——Linux系统启动时启动的进程,并在后台运行。 上述三种进程各有各的作用,使用场合也有所不同。 本文来自:我爱研发网(52RD.com) 详细出处:http://www.52rd.com/bbs/Detail_RD.BBS_154553_122_1_1.html
Platform: | Size: 1034822 | Author: zhongcj | Hits:

[ServerLINUX与UNIX+SHELL编程指南

Description: 详细介绍Linux与Unix+Shell编程技巧
Platform: | Size: 17859547 | Author: linboss | Hits:

[SourceCodeShell命令解释器

Description: 一个Linux环境下Shell命令解释器的实现,附带实验报告
Platform: | Size: 124843 | Author: surfing52 | Hits:

[Otherlinux shell script tutorial-1.0.5.pdf

Description: linux shell script tutorial-1.0.5.pdf
Platform: | Size: 387895 | Author: volunteer01@163.com | Hits:

[Documentslinux命令大全

Description: linux命令大全和shell编程,是学习linux的基础资料
Platform: | Size: 339571 | Author: sk_roger | Hits:

[OS Developlinux-Shell

Description: 操作系统模拟Shell课程设计源码 模拟linux系统的shell模块功能-Simulation of Shell operating systems curriculum design linux-source simulation system shell module
Platform: | Size: 14336 | Author: rockman | Hits:

[Embeded LinuxLINUX

Description: LINUX与UNIX Shell编程指南,学习linux很好的一本书-LINUX and UNIX Shell Programming Guide, learning linux a good book
Platform: | Size: 17859584 | Author: 赵鹤 | Hits:

[Software EngineeringLinux-shell

Description: 实验材料Linux使用及shell程序设计-Experimental materials Linux use and shell programming
Platform: | Size: 107520 | Author: linquanfu | Hits:

[Shell apiLINUX~SHELL

Description: 本书介绍Shell编程,非常适合初学者的需爱惜教材,同时也适合从事人员的参考书。-Shell programming introduction book, very suitable for teaching beginners need to cherish, but also suitable for staff reference.
Platform: | Size: 17859584 | Author: 林绍辉 | Hits:

[Linux-Unixshell

Description: 操作系统中的SHELL程序~在LINUX系统中也能运行-SHELL procedures in the operating system ~ in LINUX system can also run
Platform: | Size: 7168 | Author: 小小宝 | Hits:

[OtherLinux

Description: Linux教程+Shell精华文章-Linux Tutorial+ Shell essence of the article
Platform: | Size: 375808 | Author: ada | Hits:

[Linux-UnixLinux

Description: Linux 编译相关书籍 Advanced Bash− Scripting Guide.pdf Debugging with gdb.pdf GNU make.pdf Linux教程 Shell精华文章.chm Linux初学者入门教程.pdf-Linux books compiled Advanced Bash-Scripting Guide.pdf Debugging with gdb.pdf GNU make.pdf Linux tutorial Shell Essence article. Chm Linux Getting Started tutorial for beginners. Pdf
Platform: | Size: 4187136 | Author: 张健 | Hits:

[OtherLinux-Shell-Scripting-Tutorial

Description: 介绍Linux shell编程的入门书·-This tutorial is designed for beginners only and this tutorial explains the basics of shell programming by showing some examples of shell programs. Its not help or manual for the shell. While reading this tutorial you can find manual quite useful ( type man bash at $ prompt to see manual pages). Manual contains all necessary information you need, but it won t have that much examples, which makes idea more clear. For that reason, this tutorial contains examples rather than all the features of shell. I assumes you have at least working knowledge of Linux i.e. basic commands like how to create, copy, remove files/directories etc or how to use editor like vi or mcedit and login to your system. Before Starting Linux Shell Script Programming you must know l Kernel l Shell l Process l Redirectors, Pipes, Filters etc.
Platform: | Size: 116736 | Author: 武铭 | Hits:

[BooksShell

Description: Linux shell 编程教程,chm格式-Linux shell programming tutorials, chm format
Platform: | Size: 2851840 | Author: arthur | Hits:

[Otherlinux

Description: 包含两本电子书:Linux实用培训学习教程1.0(最终版)和Linux Shell学习的教程。-Contains two books: Linux practical training learning tutorial 1.0 (final version) and Linux Shell learning tutorial.
Platform: | Size: 2628608 | Author: kelvin | Hits:

[Shell apishell

Description: 自制的一个shell程序,实现cd,dir,clr,help,quit,if..then等命令-Made a shell program to realize cd, dir, clr, help, quit, if .. then other commands
Platform: | Size: 3072 | Author: llm | Hits:

[BooksShell高级编程(中文版)

Description: 你可以把本书作为教材,自学手册,或者你获得 shell 脚本技术的文档. 书中的练习和例子脚本中的注释将会与读者有更好的互动,但是最关键的前提是: 想真正学习脚本编程的唯一途径就是编写脚本(You can use this book as a textbook, self-study manual, or documentation of your shell script The exercises in the book and the annotations in the example scripts will have better interaction with the readers, but the most important premise is that the: The only way to really learn scripting is to write scripts)
Platform: | Size: 1367040 | Author: duke1288 | Hits:

[Embeded LinuxLinux-1506页

Description: Linux 入门, vi 编辑器的使用,用户和组的管理,设备管理,文件系统管理.Shell(Linux introduction, the use of the VI editor, user and group management, device management, file system management.Shell)
Platform: | Size: 7265280 | Author: 温酒华雄 | Hits:

[Linux-UnixLinux设备编程技术

Description: 关于linux设备编程技术的教程 了解stty终端模式。 了解stty终端模式。(A course of Linux device programming technology Understand the stty terminal mode. Understand the stty terminal mode.)
Platform: | Size: 142336 | Author: 星空_QWQ | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net